| Previous | Chapter contents | Chapter top | Section top | Next |
The cacheSize parameter to the QTVRGetBackBufferSettings and QTVRSetBackBufferPrefs functions specifies the size of the panorama back buffer. You can use these constants to specify a cache size:
enum {
kQTVRMinimumCache = -1,
kQTVRSuggestedCache = 0,
kQTVRFullCache = 1
};
| Previous | Chapter contents | Chapter top | Section top | Next |